1. $T$ : Type \\[0ex]2. $R$ : $T$$\rightarrow$$T$$\rightarrow$Type \\[0ex]3. $Q$ : $T$$\rightarrow\mathbb{P}$ \\[0ex]4. $\forall$$a$:$T$. $R$($a$,$a$) \\[0ex]5. $\forall$$a$, $b$:$T$. $R$($a$,$b$) $\Rightarrow$ $R$($b$,$a$) \\[0ex]6. $\forall$$a$, $b$, $c$:$T$. $R$($a$,$b$) $\Rightarrow$ $R$($b$,$c$) $\Rightarrow$ $R$($a$,$c$) \\[0ex]7. $a$ : \{$z$:$T$$\mid$ $Q$($z$)\} \\[0ex]$\vdash$ $R$($a$,$a$)